action stuff: stop abusing GLib's namespace
authorRyan Lortie <desrt@desrt.ca>
Thu, 9 May 2013 18:15:51 +0000 (14:15 -0400)
committerJasper St. Pierre <jstpierre@mecheye.net>
Mon, 13 May 2013 20:33:42 +0000 (16:33 -0400)
commit6c49cd0ea69b9d46b790608ed5ae058e0d9a00ea
tree2ba3a608d78f2c3babf48827abe725e567d0604f
parent58481ffabfa27928650b2262173f46b289d5cfa1
action stuff: stop abusing GLib's namespace

Rename our internal GActionMuxer, GActionObserver and GActionObservable
classes and interfaces to have names in our own namespace.

These classes were originally intended for GIO but turned out to be too
special-purpose to be useful there, so we never made them public API but
have just been copying them around (without bothering to properly rename
them).  Now that other people will be copying them out of Gtk, it's even
more important to prevent this namespace abuse from spreading further.
17 files changed:
docs/reference/gtk/Makefile.am
gtk/Makefile.am
gtk/gactionmuxer.c [deleted file]
gtk/gactionmuxer.h [deleted file]
gtk/gactionobservable.c [deleted file]
gtk/gactionobservable.h [deleted file]
gtk/gactionobserver.c [deleted file]
gtk/gactionobserver.h [deleted file]
gtk/gtkactionhelper.c
gtk/gtkactionmuxer.c [new file with mode: 0644]
gtk/gtkactionmuxer.h [new file with mode: 0644]
gtk/gtkactionobservable.c [new file with mode: 0644]
gtk/gtkactionobservable.h [new file with mode: 0644]
gtk/gtkactionobserver.c [new file with mode: 0644]
gtk/gtkactionobserver.h [new file with mode: 0644]
gtk/gtkwidget.c
gtk/gtkwidgetprivate.h